type runtime.gcCPULimiterState
14 uses
runtime (current package)
mgclimit.go#L30: var gcCPULimiter gcCPULimiterState
mgclimit.go#L32: type gcCPULimiterState struct {
mgclimit.go#L89: func (l *gcCPULimiterState) limiting() bool {
mgclimit.go#L99: func (l *gcCPULimiterState) startGCTransition(enableGC bool, now int64) {
mgclimit.go#L121: func (l *gcCPULimiterState) finishGCTransition(now int64) {
mgclimit.go#L143: func (l *gcCPULimiterState) needUpdate(now int64) bool {
mgclimit.go#L149: func (l *gcCPULimiterState) addAssistTime(t int64) {
mgclimit.go#L155: func (l *gcCPULimiterState) addIdleTime(t int64) {
mgclimit.go#L163: func (l *gcCPULimiterState) update(now int64) {
mgclimit.go#L178: func (l *gcCPULimiterState) updateLocked(now int64) {
mgclimit.go#L265: func (l *gcCPULimiterState) accumulate(mutatorTime, gcTime int64) {
mgclimit.go#L301: func (l *gcCPULimiterState) tryLock() bool {
mgclimit.go#L306: func (l *gcCPULimiterState) unlock() {
mgclimit.go#L320: func (l *gcCPULimiterState) resetCapacity(now int64, nprocs int32) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |